projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f11101
)
(rmail-forward): Insert the text right after the header separator.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 15 Sep 1993 22:59:12 +0000
(22:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 15 Sep 1993 22:59:12 +0000
(22:59 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 9ab9c86f11f3e44e94c5ed9ec0ff87b096583425..096723725d6fec8c95d0fb1550a01ea4eff15e2f 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-1829,7
+1829,8
@@
see the documentation of `rmail-resend'."
(current-buffer)
rmail-current-message)))
(save-excursion
- (goto-char (point-max))
+ ;; Insert after header separator--before signature if any.
+ (search-forward-regexp (concat "^" mail-header-separator))
(forward-line 1)
(insert-buffer forward-buffer))))))